/* 侧导航  start*/
.menu-list {
  width: 260px;
}
.menu-list .menu-list-title {
  height: 90px;
  background-color: #267cc8;
  color: #fff;
  padding: 25px 0 0 25px;
  border-top-right-radius: 20px;
}
.menu-list .menu-list-title h2 {
  margin-bottom: 8px;
}
.menu-list .menu-list-title span {
  opacity: 0.5;
}
.menu-list .icon {
  color: #dbdbdb;
}
.menu-list ul {
  padding-bottom: 20px;
  background-color: #fff;
}
.menu-list ol {
  display: none;
}
.menu-list .item {
  padding: 0 15px;
}
.menu-list .item.active {
  background-color: #fafafa;
}
.menu-list .item.active > a {
  color: #267cc8;
}
.menu-list .item.active > a:hover {
  color: #267cc8;
}
.menu-list .item.active .icon-right {
  transform: rotate(90deg);
}
.menu-list .item.active ol {
  display: block;
}
.menu-list .item:last-child > a {
  border-bottom: none;
}
.menu-list .item > a {
  cursor: pointer;
  display: block;
  color: #595959;
  padding-left: 10px;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #d9d9d9;
}
.menu-list .item > a:hover {
  color: #267cc8;
}
.menu-list .cell {
  line-height: 40px;
  padding: 10px 0;
  padding-left: 20px;
}
.menu-list .cell > a {
  display: block;
  color: #595959;
}
.menu-list .cell > a.active,
.menu-list .cell > a:hover {
  color: #267cc8;
}
/* 侧导航  end*/
.side-goods-list-title {
  height: 70px;
  padding-top: 10px;
  line-height: 60px;
  font-size: 18px;
}
/* 侧边相关产品 side-goods-list start */
.side-goods-list {
  width: 260px;
}
.side-goods-list li {
  height: 320px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #fff;
  overflow: hidden;
}
.side-goods-list li:last-child {
  margin-bottom: 0;
}
.side-goods-list li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.side-goods-list li:hover .img img {
  transform: scale(1.2);
}
.side-goods-list .img {
  height: 260px;
  line-height: 256px;
  text-align: center;
}
.side-goods-list .img img {
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.side-goods-list .name {
  line-height: 60px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}
/* side-goods-list end */
/* btn-menu-list start*/
.second-menu {
  background-color: #fff;
  height: 52px;
  line-height: 52px;
}
.second-menu .page-router {
  height: 50px;
  line-height: 50px;
  color: #8c8c8c;
}
.second-menu .page-router a,
.second-menu .page-router span {
  color: #8c8c8c;
}
.second-menu .page-router a:last-child {
  color: #262626;
}
.btn-menu-list {
  height: 52px;
  overflow: hidden;
}
.btn-menu-list li {
  float: left;
}
.btn-menu-list li.active a {
  color: #fff;
  background-color: #267cc8;
}
.btn-menu-list li a {
  padding: 0 24px;
  display: block;
  height: 52px;
  line-height: 52px;
}
.btn-menu-list li a:hover {
  color: #fff;
  background-color: #267cc8;
}
/* btn-menu-list end*/
/* 搜索页输入框 */
.searchlist-input-container {
  height: 50px;
  width: 800px;
  margin: 0 auto;
  white-space: nowrap;
}
.searchlist-input-container input {
  background-color: #fff;
  width: 650px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d9d9d9;
  float: left;
  padding: 0 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #595959;
}
.searchlist-input-container .btn-search {
  width: 150px;
  cursor: pointer;
  background-color: #267cc8;
  color: #fff;
  border-color: #267cc8;
  border-radius: 0 4px 4px 0;
}
/* inline-menu-list start*/
.inline-menu-list {
  height: 72px;
  line-height: 71px;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 40px;
}
.inline-menu-list .inline-menu-list-item {
  display: inline-block;
  padding: 0 10px;
  margin-right: 20px;
  font-size: 16px;
}
.inline-menu-list .inline-menu-list-item.active,
.inline-menu-list .inline-menu-list-item:hover {
  color: #267cc8;
  border-bottom: 1px solid #267cc8;
}
/* inline-menu-list end*/
/* ***********首页 start************** */
/* 首页 产品列表 & 产品中心页 产品列表 start */
.home-section1 {
  background-color: #f5f5f5;
  padding: 60px 0 40px 0;
}
.home-set1{
  display: flex;
  justify-content: space-between;
  background-color: #fff;

}
.home-set1-page::before{
  content: '';
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: #f67f3a;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
}
.home-set1-page:first-of-type{
  padding-left: 118px;
}
.home-set1-page::after{
  width: 34px;
  height: 34px;
  content: '';
  display: block;
  background: url('../images/home-ico-00.jpg');
  position: absolute;
  right: 26%;
  top: 50%;
  margin-top: -17px;
  border-radius: 50%;
}
.home-set1-page:hover::after{
  display: none;
}
.home-set1-page{
  flex: 1;
  padding: 35px 4%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.home-set1-page:hover::before{
  opacity: 1;
  width: 100%;
}
.home-set1-page .title{
  display: flex; 
  align-items: center;
}
.home-set1-page .title .title-ico{
  margin-right: 30px;
  height: 125px;
  display: flex;
  align-items: center;
}
.home-set1-page .title .title-cont{
  width: 420px;
}
.home-set1-page .btn-v a{
  display: block;
  line-height: 30px;
  width: 110px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 18px 0;
}
.home-set1-page .title .title-cont .title-cont-tit h6{
  font-size: 32px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
.home-set1-page .title .title-cont .title-cont-c{
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  display: none;
}
.home-set1-page:hover .title .title-cont .title-cont-c{
  display: block;
}
.home-set1-page .btn-v{
  display: none;
}
.home-set1-page:hover .btn-v{
  display: block;
}
.home-set1-page:hover .title .title-cont .title-cont-tit P,
.home-set1-page:hover .title .title-cont .title-cont-tit h6{
  color: #fff;
}
.home-set1-page .title .title-cont .title-cont-tit p{
  font-size: 14px;
  color: #222222;
}
.home-set1-page .title .title-ico img{
  display: block;
  width: 98px;
  height: 81px;
}

.home-set2-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.home-set2-title-t h6{
  font-size: 32px;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  margin-bottom: 15px;
}
.home-set2-title-t p{
  color: #666666;
  font-size: 16px;
}
.home-set2-title-c a{
  display: inline-block;
  width: 110px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 20px;
  line-height: 30px;
  margin-left: 20px;
  z-index: 1;
  position: relative;
}
.home-set2-title-c a:hover::before{
  opacity: 1;
}
.home-set2-title-c a:hover{
  color: #fff;
  border-color: #267cc8;
  background-color: #267cc8;
}
.home-set2-title-c a::before{
  width: 100%;
  height: 40px;
  content: '';
  display: block;
  left: -1px;
  top: -0px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  background: url('../images/home-set2-ico2.png') no-repeat;
  background-size: 100% 100%;
}
.set2-pro-rigth .img{
  position: relative;
}
.set2-pro-rigth .img .tst{
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 36px;
  background-color: #f67f3a;
  color: #fff;
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold;
  border-top-right-radius: 20px;
}
.home-set2-pro-page{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-set2-page{
  overflow-x: hidden;
}
.home-set2-nav{
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.home-set2-page-views .swiper-slide-thumb-active .home-set2-nav .img{
  border: 1px solid #006ecb;
}
.home-set2-nav .img{
  width: 130px;
  height: 90px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d3d4d5;
  margin-right: 18px;
}
.home-set2-nav .text{
  color: #222222;
  font-size: 16px;
}
.home-set2-nav .img img{
  width: 100%;
  height: 100%;
}
.home-set2-page-views{
  margin: 72px auto 0;
  position: relative;
}
.home-set2-page-views .swiper-button-next{
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #006ecb;
  right: 0;
  top: 50%;
}
.home-set2-page-views .swiper-button-prev{
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #006ecb;
  left: 0;
  top: 50%;
}
.home-set2-page-views .swiper-button-next:after, 
.home-set2-page-views .swiper-button-prev:after{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.home-set3{
  padding-top: 93px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
.home-set3-title{
  text-align: center;
  margin-bottom: 56px;
}
.home-set3-title h6{
  font-size: 32px;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin-bottom: 14px;
}
.home-set3-title p{
  font-size: 16px;
  color: #666;
}
.home-set3-views{
  display: flex;
  justify-content: space-between;
}
.home-set3-page{
  width: 49%;
}
.home-set3-page .img img{
  width: 100%;
  height: 457px;
  object-fit: cover;
  display: block;
}
.home-set3-page .cont{
  background-color: #f7f7f7;
  text-align: center;
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  color: #222222;
}
.home-set2{
  background: url('../images/home-set2-bj.jpg');
  background-size: 100% 100%;
  padding: 100px 0;
}
.set2-pro-t p{
  font-size: 24px;
  color: #222222;
  line-height: 1;
}
.set2-pro-t-d{
  color: #666666;
  font-size: 16px;
  width: 485px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.set2-pro-t h5{
  line-height: 1;
  font-size: 46px;
  font-weight: bold;
  color: #222222;
  padding: 20px 0;
}
.set2-pro-rigth{
  width: 649px;
}
.set2-pro-rigth .img{
  width: 100%;
}
.set2-pro-rigth > a{
  display: block;
}
.set2-pro-rigth .img img{
  display: block;
  width: 100%;
  height: 300px;
  background: #fff;
  object-fit: contain;
}
.set2-pro-rigth .cont-ste{
  background-color: #006ecb;
  color: #fff;
  height: 104px;
  box-sizing: border-box;
  padding: 16px 3%;
  font-size: 14px;
}
.set2-pro-cont-page{
  display: flex;
  color: #666;
  font-size: 16px;
  margin-bottom: 16px;
}
.set2-pro-cont-page-cont{
  /* line-height: 1.5; */
  width: 500px;
}
.set2-pro-cont-page-ico::before{
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('../images/home-set2-ic2.jpg');
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.set2-pro-cont-btn{
  margin-top: 50px;
}
.set2-pro-cont-btn a{
  width: 148px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  color: #666666;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.set2-pro-cont-btn a::before{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f67f3a;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s;
}
.set2-pro-cont-btn a:hover{
  color: #fff;
  border-color: #f67f3a;
}
.set2-pro-cont-btn a:hover::before{
  opacity: 1;
  transform: scale(1);
}
.home-set3{
  padding-bottom: 72px;
}
.home-set3-views-cont{
  display: flex;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 46px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
.home-set3-views-cont ul{
  display: flex;
}
.home-set3-views-cont .title h6{
  font-size: 28px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 8px;
}
.home-set3-views-cont .title p{
  font-size: 12px;
  color: #666666;
}
.home-set3-views-cont li{
  margin-left: 26px;
}
.home-set4{
  background-color: #fff;
}
.home-set4-bj img{
  width: 100%;
  display: block;
}
.home-set4-views{
  width: 100%;
  position: relative;
  margin-top: -38px;
  padding-bottom: 90px;
  z-index: 1;
}
.home-set4-views li{
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 78px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 8px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;

}
.home-set4-views li .imgd{
  position: absolute;
  bottom: 0;
  right: 20px;
  height: 0;
  width: 305px;
  overflow: hidden;
  transition: all 0.6s;
  opacity: 0;
  padding: 6px;
  box-sizing: border-box;
  background: #fff;
  z-index: 1;
  border-radius: 6px;
}
.home-set4-views li .imgd img{
  width: 100%;
  height: 100%;
}
.home-set4-views li:hover .imgd{
  height: 400px;
  opacity: 1;
}
.home-set4-views li a > i{
  width: 38px;
  height: 38px;
  margin-right: 16px;
  background-image: url('../images/home3-set-ico.png');
  background-size: 100% auto;
  background-position: center 42px;
  /* display: inline-block;
  vertical-align: middle; */
}
.home-set4-views li h6{
  font-size: 18px;
  color: #222222;
}
.home-set4-views li a{
  display: flex;
  padding: 0 40px;
  box-sizing: border-box;
  align-items: center;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}
.home-set4-views li a::before{
  content: '';
  height: 100%;
  width: 0%;
  display: block;
  left: 0;
  top: 0;
  background-color: #006ecb;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.home-set4-views li a:hover h6{
  color: #fff;
}
.home-set4-views li a:hover::before{
  width: 100%;
  opacity: 1;
}
.home-set4-views li a .ds{
  width: 34px;
  height: 34px;
  background-color: #006ecb;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
}
.home-set4-views li a:hover .ds{
  background-color: #fff;
}
.home-set4-views li a .ds::before{
  width: 14px;
  height: 2px;
  content: '';
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -1px;
}
.home-set4-views li a:hover .ds::before,
.home-set4-views li a:hover .ds::after{
  background-color: #006ecb;
}
.home-set4-views li a .ds::after{
  width: 14px;
  height: 2px;
  content: '';
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(90deg);
  transition: all .5s;
}
.home-set4-views li a:hover .ds::after{
  transform: rotate(0deg);
}
.home-set4-abt{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding-top: 90px;
  border-top: 1px solid #e6e6e6;
}
.cont-views{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-set4-abt .img{
  width: 50%;
}
.home-set4-abt .cont-views{
  width: 45%;
  overflow: hidden;
}
.home-set4-abt .cont-views .ob-set2 .title{
  margin-bottom: 34px;
}
.home-set4-abt .cont-views .ob-set2 .title h6{
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 11px;
}
.home-set4-abt .cont-views .ob-set2 .title p{
  font-size: 16px;
  color: #666;
}
.home-set4-abt .cont-views .ob-set2 .cont{
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 32px;
  color: #666666;
}
.ob-set2 .obt-set2{
  width: 142px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border:1px solid #e6e6e6;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  color: #666666;
}
.ob-set2-cont-viws-pa{
  background-color: #f7f7f7;
  padding: 36px 20px;
  box-sizing: border-box;
  border-bottom: 5px solid #006ecb;
}
.ob-set2-cont-viws-pa h6{
  font-size: 14px;
  color: #222;
  font-weight: bold;
}
.ob-set2-cont-viws-pa .cont{
  color: #666666;
  font-size: 12px;
  height: 45px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2
}
.ob-set2-cont-nav{
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
.ob-set2-cont-nav h6{
  font-size: 14px;
  color: #222;
  font-weight: bold;
}
.ob-set2-cont-nav .ds-d .icon{
   cursor: pointer;
   margin-left: 12px;
}
.ob-set5-pro{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 90px;
  border-bottom: 1px solid #e6e6e6;
}
.ob-set5-pro-page{
  width: 24%;
} 
.ob-set5-pro-page .img{
  width: 100%;
  overflow: hidden;
}
.ob-set5-pro-page .img img{
  display: block;
}
.ob-set5-pro-page .text{
  display: block;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 22px;
  border-bottom: 5px solid #006ecb;
}
.ob-set5-pro-page .text h6{
  color: #222;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.news-set6{
  display: block;
  background-color: #fff;
  padding-top: 90px;
}
.news-set6 .home-set3-title{
  margin-bottom: 60px;
}
.news-set6-cont{
  display: flex;
  justify-content: space-between;
}
.news-set6-cont-viws{
  width: 50%;
}

.news-set6-cont-ul{
  width: 47%;
}
.news-set6-cont-viws .img img{
  display: block;
  width: 100%;
  height: 430px;
  object-fit: contain;
}
.news-set6-cont-li{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}
.news-set6-cont-li:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom:none
}
.news-set6-cont-li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-set6-cont-li a .img{
  width: 245px;
  height: 155px;
  margin-right: 30px;
}
.news-set6-cont-li a .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-set6-cont-li a .conts h6{
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin-bottom: 15px;
}
.news-set6-cont-li a .conts .cont-d{
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}
.news-set6-cont-li a .conts .cont-s{
  display: flex;
  align-items: center;
}
.news-set6-cont-li a .conts .cont-s img{
  margin-right: 5px;
}
.news-set6-cont-li a .conts .cont-s span{
  color: #666;
}
.news-set6-cont-viws .tit{
  padding: 38px 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.news-set6-cont-viws .tit h6{
  font-size: 20px;
  color: #222;
  font-weight: bold;
  margin-bottom: 22px;
}
.news-set6-cont-viws .byns{
  display: flex;
}
.news-set6-cont-viws .byns-page img,
.news-set6-cont-viws .byns-page span{
  display: inline-block;
  vertical-align: middle;
  color: #8f8f8f;
  margin-right: 6px;
}
.news-set6-cont-viws .byns .byns-page{
  margin-right: 42px;
}
.news-set6{
  padding-bottom: 96px;
}

.home-section1 .tel-contaioner {
  margin-top: 10px;
  height: 120px;
  background-color: #fff;
  text-align: center;
  padding-top: 26px;
  width: 260px;
}
.home-section1 .tel-contaioner .icon {
  font-size: 30px;
  position: relative;
  top: 5px;
  margin-right: 8px;
  color: #267cc8;
}
.home-section1 .tel-contaioner strong {
  color: #267cc8;
  margin-top: 16px;
  display: block;
}
.home-section1 .menu-list ul {
  max-height: 610px;
  overflow: hidden;
  overflow-y: auto;
}
.home-section1 .goods-list-title {
  height: 90px;
  line-height: 90px;
  overflow: hidden;
}
.home-section1 .goods-list-title .square {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #267cc8;
  vertical-align: baseline;
  position: relative;
  margin-right: 20px;
  top: -3px;
}
.home-section1 .goods-list-container {
  padding-left: 280px;
}
.home-section1 .search-container {
  display: block;
  width: 240px;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  border: 1px solid #bfbfbf;
  padding: 0 14px 0 20px;
  color: #bfbfbf;
  position: relative;
  top: 29px;
}
.home-section1 .search-container input {
  background-color: transparent;
  color: #595959;
}
.home-section1 .search-container .icon {
  position: absolute;
  right: 16px;
  top: 0;
  cursor: pointer;
  line-height: 32px;
  background-color: transparent;
}
.home-section1 .list {
  width: 1030px;
  overflow: hidden;
}
.home-section1 .list-item {
  width: 235px;
  height: 295px;
  float: left;
  background-color: #fff;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  overflow: hidden;
}
.home-section1 .list-item:nth-child(4n) {
  margin-right: 0;
}
.home-section1 .list-item:hover .img img {
  transform: scale(1.2);
}
.home-section1 .list-item .img {
  width: 235px;
  height: 235px;
  line-height: 231px;
  text-align: center;
  overflow: hidden;
  display: block;
}
.home-section1 .list-item .img img {
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.home-section1 .list-item .goods-name {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 首页 产品列表 end */
/* 首页 解决方案 start */
.home-section2 {
  background-color: #fff;
  padding: 80px 0 60px;
}
.home-section2 .list {
  margin-top: 40px;
  width: 1310px;
}
.home-section2 .list-item {
  width: 405px;
  height: 434px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.home-section2 .list-item:nth-child(3n) {
  margin-right: 0;
}
.home-section2 .list-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-section2 .list-item:hover .goods-name {
  color: #267cc8;
}
.home-section2 .list-item:hover .btn {
  background-color: #267cc8;
  color: #fff;
}
.home-section2 .list-item:hover .img::before {
  opacity: 1;
}
.home-section2 .list-item:hover .img::after {
  width: 70px;
}
.home-section2 .list-item:hover .goods-describe {
  transform: translateX(10px);
}
.home-section2 .img {
  border: 1px solid #d9d9d9;
  height: 260px;
  padding: 10px;
  text-align: center;
  line-height: 240px;
  position: relative;
}
.home-section2 .img::after,
.home-section2 .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.home-section2 .img::before {
  content: '查看更多';
  width: 405px;
  height: 260px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 260px;
  font-size: 16px;
  transition: all 0.5s;
  opacity: 0;
}
.home-section2 .img::after {
  content: '';
  width: 0;
  height: 30px;
  transition: width 0.5s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.home-section2 .img div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-section2 .img img {
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-section2 .goods-name {
  margin-top: 24px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-section2 .goods-describe {
  margin-top: 20px;
  line-height: 24px;
  transition: all 0.5s;
}
.home-section2 .goods-describe p {
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 首页 解决方案 end */
/* 首页 关于我们 start */
.home-section3 {
  overflow: hidden;
  width: 100%;
}
.home-section3 .home-section3-container {
  white-space: nowrap;
}
.home-section3 .home-section3-container > div {
  display: inline-block;
  vertical-align: top;
}
.home-section3 .img,
.home-section3 img {
  height: 620px;
  vertical-align: top;
}
.home-section3 .home-section3-left {
  width: 640px;
  padding-top: 120px;
}
.home-section3 .company-name {
  margin-top: 50px;
  font-size: 24px;
  color: #267cc8;
}
.home-section3 .company-describe {
  min-height: 160px;
  margin-top: 30px;
  width: 570px;
  white-space: normal;
}
/* 首页 关于我们 end */
/* 首页 新闻资讯 start */
.home-section4 {
  background-color: #fff;
  padding: 80px 0 60px 0;
}
.home-section4 .list {
  width: 1310px;
  margin-top: 40px;
}
.home-section4 .list-item {
  width: 630px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  height: 195px;
  overflow: hidden;
  float: left;
  padding: 30px 20px 0 20px;
}
.home-section4 .list-item:hover .news-info {
  transform: translateX(10px);
}
.home-section4 .news-menu-list {
  height: 60px;
  overflow: hidden;
}
.home-section4 .news-menu-list li {
  display: inline-block;
  vertical-align: bottom;
  color: #565656;
  margin-left: 20px;
  line-height: 100px;
}
.home-section4 .news-menu-list li.active,
.home-section4 .news-menu-list li:hover {
  color: #267cc8;
}
.home-section4 .news-info {
  padding-left: 10px;
  transition: all 0.5s;
  transform: translateY(0);
}
.home-section4 .news-title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-section4 .news-detail {
  margin-top: 20px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-section4 .news-bottom {
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  border-top: 1px solid #e8e8e8;
  padding: 0 10px;
}
/* 首页 新闻资讯 end */
/* 首页 合作伙伴 start */
.home-section5 {
  background-color: #f5f5f5;
  padding: 80px 0 120px 0;
}
.home-section5 .list {
  margin-top: 40px;
  width: 1290px;
  text-align: center;
  color: #565656;
}
.home-section5 .list-item {
  width: 204px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 46px;
  float: left;
}
.home-section5 .list-item:hover {
  color: #267cc8;
}
.home-section5 .list-item:hover img {
  transform: scale(1.1);
}
.home-section5 .img {
  width: 204px;
  border: 1px solid #d9d9d9;
  height: 100px;
  background-color: #fff;
  line-height: 96px;
  overflow: hidden;
}
.home-section5 .img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
/* 首页 合作伙伴 end */
/* ***********首页 end************** */
/* ***********产品中心 start************** */
/* 产品中心 产品列表 start */
.product-section1 {
  padding-top: 10px;
  padding-bottom: 20px;
}
/* 产品中心 产品列表 end */
/* 分页器  start*/
.pagination-box {
  text-align: center;
  line-height: 32px;
  color: #595959;
}
.pagination-box select {
  margin: 0 8px;
}
.pagination-box a,
.pagination-box span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: top;
}
.pagination-box a:last-child,
.pagination-box span:last-child {
  margin-right: 0;
}
.pagination-box a.active,
.pagination-box span.active,
.pagination-box a.current,
.pagination-box span.current,
.pagination-box a:hover,
.pagination-box span:hover {
  background-color: #267cc8;
  border-color: #267cc8;
  color: #fff;
}
.pagination-box select {
  height: 32px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.pagination-box .prev_disabled,
.pagination-box .next_disabled {
  background-color: transparent !important;
  border-color: #e2e2e2 !important;
  color: #e2e2e2 !important;
  cursor: no-drop;
}
.pagination-box .prev::before,
.pagination-box .prev_disabled::before {
  content: '<';
}
.pagination-box .next::before,
.pagination-box .next_disabled::before {
  content: '>';
}
/* 分页器 end*/
/* ***********产品中心 end************** */
/* ***********产品中心-详情 start************** */
.product-detail-section1 {
  background-color: #fff;
  padding: 40px 0;
}
.product-detail-section1 .left {
  width: 500px;
  float: left;
  margin-right: 60px;
}
.product-detail-section1 .big-img {
  width: 500px;
  height: 500px;
  border: 1px solid #d9d9d9;
  line-height: 496px;
  text-align: center;
}
.product-detail-section1 .big-img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.product-detail-section1 .small-imgs {
  margin-top: 10px;
}
.product-detail-section1 .small-imgs .left-btn,
.product-detail-section1 .small-imgs .right-btn {
  float: left;
  margin-right: 10px;
  height: 80px;
  width: 20px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.product-detail-section1 .small-imgs .left-btn:hover,
.product-detail-section1 .small-imgs .right-btn:hover {
  color: #267cc8;
}
.product-detail-section1 .small-imgs .left-btn.disabled,
.product-detail-section1 .small-imgs .right-btn.disabled {
  color: #e7e7e7;
  cursor: no-drop;
}
.product-detail-section1 .small-imgs .right-btn {
  margin-right: 0;
}
.product-detail-section1 .img-list-container {
  width: 440px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.product-detail-section1 .img-list-container ul {
  width: 1000px;
  position: relative;
  left: 0;
}
.product-detail-section1 .img-list-container .img {
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  border: 1px solid #d9d9d9;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.product-detail-section1 .img-list-container .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.product-detail-section1 .right {
  width: 670px;
  float: left;
}
.product-detail-section1 .right h2 {
  height: 72px;
  line-height: 72px;
  font-size: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.product-detail-section1 .right .btns {
  vertical-align: top;
}
.product-detail-section1 .right .btn {
  height: 40px;
  line-height: 38px;
  margin-right: 4px;
  vertical-align: top;
}
.product-detail-section1 .right .btn .icon-tel {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
}
.product-detail-section1 .product-describe {
  min-height: 380px;
  line-height: 2.2;
  color: #595959;
}
.product-detail-section1 .product-describe .fs-16 {
  padding: 16px 0 8px 0;
}
.product-detail-section1 .product-describe textarea {
  color: #595959;
  border: none;
  width: 100%;
  height: 300px;
  line-height: 2.2;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'SimHei', 'Arial', 'SimSun';
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomMask {
  position: absolute;
  background: url('../images/mask.png') repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.product-detail-section2 {
  padding-top: 30px;
}
.product-detail-section2 .product-detail-container {
  margin-left: 280px;
  background-color: #fff;
}
.product-detail-section2 .product-detail-html {
  padding: 30px 40px;
  line-height: 1.5;
  color: #595959;
  font-size: 16px;
  display: none;
}
.product-detail-section2 .product-detail-html img {
  max-width: 100%;
}
.product-detail-section2 .product-detail-html.detail-html {
  display: block;
}
/* ***********产品中心-详情 end************** */
/* ***********服务支持 start************** */
.service-section1 {
  padding-top: 10px;
}
.service-section1 .list-container {
  border-radius: 2px;
  margin-left: 280px;
  background-color: #fff;
}
.service-section1 .list {
  padding: 0 40px 20px 40px;
}
.service-section1 .list-item {
  height: 82px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 80px;
  padding-left: 10px;
  position: relative;
}
.service-section1 .list-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.service-section1 .list-item .icon-FileBox {
  color: #267cc8;
  font-size: 24px;
  margin-right: 16px;
  position: relative;
  top: 4px;
}
.service-section1 .list-item:hover .down-btn {
  color: #267cc8;
}
.service-section1 .list-item:hover::before {
  width: 100%;
}
.service-section1 .list-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  transition: all 0.5s;
  background-color: #267cc8;
  overflow: hidden;
}
.service-section1 .down-btn {
  cursor: pointer;
  color: #595959;
}
.service-section1 .down-btn .icon-xiazai {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.service-section1 .down-btn:hover {
  color: #267cc8;
}
.service-section1 .content-detail {
  padding: 30px 40px;
  line-height: 1.5;
  color: #595959;
}
.service-section1 .content-detail img {
  max-width: 100%;
}
/* ***********服务支持 end************** */
/* ***********解决方案 start************** */
.solution-section1 {
  padding-top: 10px;
}
.solution-section1 .list-container {
  border-radius: 2px;
  margin-left: 280px;
  background-color: #fff;
}
.solution-section1 .list {
  padding: 0 40px 20px 40px;
}
.solution-section1 .list li {
  height: 310px;
  padding: 30px 0 30px 8px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
.solution-section1 .list li:hover .info > div {
  transform: translateX(10px);
}
.solution-section1 .list li:hover .img::before {
  opacity: 1;
}
.solution-section1 .list li:hover .img::after {
  width: 70px;
}
.solution-section1 .list li:hover h3 {
  color: #267cc8;
}
.solution-section1 .list .img {
  height: 250px;
  width: 400px;
  margin-right: 35px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 1px solid #d9d9d9;
  line-height: 246px;
  overflow: hidden;
  position: relative;
}
.solution-section1 .list .img::after,
.solution-section1 .list .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.solution-section1 .list .img::before {
  content: '查看更多';
  width: 405px;
  height: 260px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 260px;
  font-size: 16px;
  transition: all 0.5s;
  opacity: 0;
}
.solution-section1 .list .img::after {
  content: '';
  width: 0;
  height: 30px;
  transition: width 0.5s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.solution-section1 .list .img img {
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0 !important;
}
.solution-section1 .list .info {
  display: inline-block;
  vertical-align: top;
  width: 450px;
  padding-top: 16px;
}
.solution-section1 .list .info > div {
  transition: all 0.5s;
}
.solution-section1 .list h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 26px;
}
.solution-section1 .list .detail {
  margin-top: 6px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
/* ***********解决方案 end************** */
/* ***********解决方案-详情 start************** */
.solution-detail-section1 .side-goods-list-title {
  height: 50px;
  line-height: 32px;
  padding: 0;
}
.solution-detail-section1 .main-container {
  margin-right: 280px;
  background-color: #fff;
}
.solution-detail-section1 .solution-info {
  height: 310px;
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
.solution-detail-section1 .solution-info:hover .img img {
  transform: scale(1.2);
}
.solution-detail-section1 .solution-info:hover .info > div {
  transform: translateX(10px);
}
.solution-detail-section1 .solution-info .img {
  height: 250px;
  width: 400px;
  margin-right: 35px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 1px solid #d9d9d9;
  line-height: 246px;
  position: relative;
  overflow: hidden;
}
.solution-detail-section1 .solution-info .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.solution-detail-section1 .solution-info .info {
  display: inline-block;
  vertical-align: top;
  width: 450px;
  padding-top: 16px;
}
.solution-detail-section1 .solution-info .info > div {
  transition: all 0.5s;
}
.solution-detail-section1 .solution-info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 26px;
}
.solution-detail-section1 .solution-info .detail {
  margin-top: 6px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
.solution-detail-section1 .inline-menu-list {
  height: 50px;
  line-height: 49px;
  padding-left: 30px;
}
.solution-detail-section1 .solution-detail {
  line-height: 1.5;
  padding: 30px;
  color: #595959;
  font-size: 16px;
}
.solution-detail-section1 .solution-detail img {
  max-width: 100%;
}
/* ***********解决方案-详情 end************** */
/* ***********新闻资讯 start************** */
.news-section1 {
  padding-top: 10px;
}
.news-section1 .list-container {
  border-radius: 2px;
  margin-left: 280px;
}
.news-section1 .list li {
  margin-bottom: 10px;
}
.news-section1 .list li:last-child {
  margin-bottom: 0;
}
.news-section1 .list a {
  display: block;
  height: 160px;
  background-color: #fff;
  border-radius: 2px;
  padding: 40px 20px 0 40px;
  overflow: hidden;
  cursor: pointer;
}
.news-section1 .list a:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.news-section1 .list a:hover h3 {
  color: #267cc8;
}
.news-section1 .list a:hover .new-info {
  transform: translateX(10px);
}
.news-section1 .list h3 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-section1 .list .new-info {
  width: 720px;
  transition: all 0.5s;
}
.news-section1 .list .gray {
  margin-top: 14px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
.news-section1 .list .time {
  width: 180px;
  height: 80px;
  text-align: center;
  border-left: 1px solid #d9d9d9;
  padding-top: 8px;
}
.news-section1 .list .time b {
  font-size: 50px;
  color: #267cc8;
}
.news-section1 .list .time p {
  font-size: 18px;
  color: #595959;
  margin-top: 10px;
}
/* ***********新闻资讯 end************** */
/* ***********新闻资讯-详情 start************** */
.news-detail-section1 .side-news-list {
  background-color: #fff;
  width: 260px;
}
.news-detail-section1 .side-news-list li {
  border-bottom: 1px solid #d9d9d9;
}
.news-detail-section1 .side-news-list li:last-child {
  border-bottom: none;
}
.news-detail-section1 .side-news-list a {
  display: block;
  padding: 25px 15px 30px 15px;
  cursor: pointer;
}
.news-detail-section1 .side-news-list a:hover {
  color: #267cc8;
}
.news-detail-section1 .side-news-list h3 {
  font-size: 14px;
  line-height: 24px;
}
.news-detail-section1 .side-news-list p {
  margin-top: 16px;
}
.news-detail-section1 .main-container {
  margin-left: 280px;
  background-color: #fff;
}
.news-detail-section1 .news-title {
  margin: 0 40px;
  padding: 36px 0 26px 0;
  border-bottom: 1px solid #d9d9d9;
}
.news-detail-section1 .news-title h2 {
  font-size: 24px;
  line-height: 1.5;
}
.news-detail-section1 .news-title .gray {
  margin-top: 20px;
}
.news-detail-section1 .news-detail-container {
  padding: 24px 40px 40px 40px;
  line-height: 1.8;
  color: #595959;
  font-size: 14px;
}
.news-detail-section1 .news-detail-container img {
  max-width: 100%;
}
.news-detail-section1 .news-detail-footer {
  padding: 20px 40px;
  border-top: 1px solid #d9d9d9;
}
.news-detail-section1 .news-detail-footer .fr {
  line-height: 48px;
}
/* ***********新闻资讯-详情 end************** */
/* ***********公司介绍 start************** */
.introduce-container {
  width: 1280px;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #fff;
  padding: 60px;
  line-height: 1.5;
  color: #595959;
  font-size: 16px;
}
.introduce-container img {
  max-width: 100%;
}
/* ***********公司介绍 end************** */
/* ***********荣誉资质 start************** */
.credentials-container {
  margin-top: 40px;
}
.credentials-container .list {
  width: 1300px;
}
.credentials-container .list li {
  width: 305px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 450px;
  overflow: hidden;
  float: left;
}
.credentials-container .list .img {
  width: 100%;
  height: 400px;
  border: 1px solid #d9d9d9;
  line-height: 396px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
.credentials-container .list .img:hover img {
  transform: scale(1.2);
}
.credentials-container .list .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.credentials-container .list .name {
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
/* ***********荣誉资质 end************** */
/* ***********厂房环境 start************** */
.workshop-container {
  margin-top: 40px;
}
.workshop-container .list {
  width: 1300px;
}
.workshop-container .list li {
  width: 305px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 228px;
  overflow: hidden;
  float: left;
}
.workshop-container .list .img {
  width: 100%;
  height: 228px;
  border: 1px solid #d9d9d9;
  line-height: 224px;
  text-align: center;
  background-color: #fff;
  vertical-align: top;
}
.workshop-container .list .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/* ***********厂房环境 end************** */
/* ***********联系我们 start************** */
.contact-section1 {
  margin-top: 10px;
  background-color: #fff;
  height: 520px;
  border-radius: 2px;
  position: relative;
}
.contact-section1 .left {
  float: left;
  width: 640px;
  padding: 62px 60px 0 60px;
}
.contact-section1 .left p {
  color: #565656;
  padding-left: 30px;
  line-height: 36px;
}
.contact-section1 h2 {
  color: #267cc8;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.contact-section1 .map {
  float: right;
  width: 640px;
  height: 520px;
}
.contact-section1 .btns {
  position: absolute;
  left: 100px;
  bottom: 60px;
}
.contact-section1 .btns .btn {
  margin-right: 12px;
  height: 36px;
  line-height: 34px;
  vertical-align: top;
}
.contact-section2 .list {
  width: 1311px;
}
.contact-section2 .list li {
  padding: 0 20px;
  width: 406px;
  height: 190px;
  margin-right: 31px;
  background-color: #fff;
  float: left;
  margin-top: 60px;
}
.contact-section2 .list li:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.contact-section2 .list li:hover p {
  transform: translateX(10px);
}
.contact-section2 .list h3 {
  height: 76px;
  padding-top: 10px;
  line-height: 66px;
  font-size: 20px;
  color: #267cc8;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 10px;
  margin-bottom: 20px;
}
.contact-section2 .list p {
  color: #565656;
  line-height: 1.5;
  margin-bottom: 16px;
  transition: all 0.5s;
}
.contact-section3 {
  margin-top: 90px;
}
.contact-section3 .w-1310 {
  width: 1310px;
}
.contact-section3 .form {
  margin-top: 40px;
}
.contact-section3 div.error {
  margin-bottom: 20px;
}
.contact-section3 div.error input,
.contact-section3 div.error input:focus textarea {
  border: 1px solid #f00;
}
.contact-section3 span.error {
  color: #f00;
}
.contact-section3 .input {
  position: relative;
  background-color: #fff;
  float: left;
  width: 420px;
  height: 50px;
  margin-right: 10px;
}
.contact-section3 .input input {
  border: 1px solid #d9d9d9;
  position: relative;
  z-index: 0;
  background-color: transparent;
  height: 100%;
  line-height: 50px;
  width: 100%;
  padding-left: 48px;
}
.contact-section3 .input input:focus {
  border-color: rgba(38, 124, 200, 0.8);
}
.contact-section3 .input .icon {
  font-size: 24px;
  position: absolute;
  width: 40px;
  line-height: 50px;
  left: 8px;
  text-align: center;
  color: #bfbfbf;
  z-index: 10;
}
.contact-section3 .btn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  width: 420px;
  margin-top: 30px;
}
.contact-section3 textarea {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 180px;
  margin-top: 10px;
  padding: 20px 30px;
}
.contact-section3 textarea:focus {
  border-color: rgba(38, 124, 200, 0.8);
}
/* ***********联系我们 end************** */
.search-list-container {
  width: 1300px;
  padding-top: 60px;
}
.search-list-container .list-item {
  width: 235px;
  height: 295px;
  float: left;
  background-color: #fff;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  overflow: hidden;
}
.search-list-container .list-item:hover .img img {
  transform: scale(1.2);
}
.search-list-container .list-item:nth-child(5n) {
  margin-right: 0;
}
.search-list-container .list-item .img {
  width: 236px;
  height: 236px;
  line-height: 231px;
  text-align: center;
  overflow: hidden;
  display: block;
}
.search-list-container .list-item .img img {
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.search-list-container .list-item .goods-name {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-top: 1px solid #f5f5f5;
}
.environment-list .list-item {
  width: 305px;
  height: 289px;
}
.environment-list .list-item .img {
  width: 305px;
  height: 229px;
  line-height: 229px;
}
.environment-list .list-item:nth-child(5n) {
  margin-right: 20px;
}
.environment-list .list-item:nth-child(4n) {
  margin-right: 0;
}
.partner-list-container {
  width: 1290px;
  padding-top: 60px;
}
.partner-list-container .list-item {
  width: 205px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  float: left;
  overflow: hidden;
}
.partner-list-container .list-item:hover .img img {
  transform: scale(1.2);
}
.partner-list-container .img {
  width: 100%;
  height: 100%;
  line-height: 100px;
  text-align: center;
  overflow: hidden;
  display: block;
  background-color: #fff;
}
.partner-list-container .img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}

.fzlc-set1{
  padding: 86px 0;
  background: url('../images/fw-bj.jpg') no-repeat top center;
  background-size: 100% auto
}
.fzlc-set1 .gw-title{
  text-align: center
}
.fzlc-set1-view{
  position: relative;
  /* padding-bottom: 20px; */
}
.fzlc-set1-view::before{
  width: 1px;
  height: 100%;
  content: '';
  background: #b5b5b5;
  position: absolute;
  left: 50%;
  top: 0;
}
.fzlc-set1-view li{
  width: calc(50% - 60px);
  margin-bottom: 40px;
  position: relative;
}
.fzlc-set1-view li:nth-of-type(2n-1){
  text-align: right
}
.fzlc-set1-view li:nth-of-type(2n){
  margin-left: auto;
}
.fzlc-set1-view li h6{
  font-size: 30px;
  color: #181818;
  margin-bottom: 12px;
}
.fzlc-set1-view li .cont{
  color: #333333;
  font-size: 18px;
}
.fzlc-set1-view li i{
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  border: 3px solid #267cc8;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
}
.fzlc-set1-view li i::before{
  width: 11px;
  height: 11px;
  content: '';
  display: block;
  background: #267cc8;
  border-radius: 50%
}
.fzlc-set1-view li:nth-of-type(2n-1) i{
  right: -71px;
  top: 2px;
}
.fzlc-set1-view li:nth-of-type(2n) i{
  left: -71px;
  top: 2px;
}
.fzlc-set1-view .t-s{
  width: 23px;
  height: 23px;
  display: block;
  background: #267cc8;
  border-radius: 50%;
  margin: 0 auto  80px;
  position: relative;z-index: 2;
}
.serviceSection .list-container{
  border-radius: 2px;
    margin-left: 280px;
    background-color: #fff;
    padding-bottom: 28px;
}
.serviceSection .list{
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px 0;
}
.serviceSection .list .list-item{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.serviceSection .list .list-item:nth-of-type(3n){
  margin-right: 0;
}
.serviceSection .list .list-item .img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.serviceSection .list .list-item .goods-name{
  text-align: center;
}
.editor-views{
  width: 100%;
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
}
.editor-views .editor-page{
  width: 50%;
  /* float: left; */
  /* margin-right: 2%; */
}
.editor-views .editor-page:nth-of-type(2n){
  margin-right: 0;
}